Learn R Programming

epiDisplay (version 3.5.0.2)

print n.for.2p: Print n.for.2p results

Description

Print results for sample size for hypothesis testing of 2 proportions

Usage

# S3 method for n.for.2p
print(x, ...)

Arguments

x

object of class 'n.for.2p'

...

further arguments passed to or used by methods.

See Also

'n.for.2p'

Examples

Run this code
# NOT RUN {
n.for.2p(p1=.1, p2=.2)
n.for.2p(p1=seq(1,9,.5)/10, p2=.5)
# }

Run the code above in your browser using DataLab